home *** CD-ROM | disk | FTP | other *** search
- FITini
-
- // This is the Rock collection Object
-
- [ObjectClass]
- l ObjectTypeNum = 11 //Misc Terrain Object
-
- [ObjectType]
- st Name = "rocks" // Text string giving a descriptive name (only 8 chars long!!)
- l Type = 19
- l Appearance = 0x0200010A
- l Duration = -1 // Lasts forever = -1
- l MaxDamage = 0 // Number of damage points before BOOM!
- l ExplosionObject = 42 // Object Class Number of explosion for this building
- l DestroyedObject = 0 // Object Class Number of Destroyed shape for building
- f ExtentRadius = 35 // Extent Radius in Meters
-
- [TerrainObjectData]
- ul DmgLevel = 20 // How much damage before changing to destroyed shape
- l SetImpassable = 1
- // l XImpasse = 1
- // l YImpasse = 2
- l LowTemplate = 0x38000000
- l HighTemplate = 0x00003838
-
- FITend